Explorar el Código

filterTime update

Jon Mårtensson hace 5 años
padre
commit
8d38f3d0d8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      FreeAPS/Sources/APS/Storage/GlucoseStorage.swift

+ 1 - 1
FreeAPS/Sources/APS/Storage/GlucoseStorage.swift

@@ -18,7 +18,7 @@ final class BaseGlucoseStorage: GlucoseStorage, Injectable {
     @Injected() private var broadcaster: Broadcaster!
 
     private enum Config {
-        static let filterTime: TimeInterval = 2.75 * 60 // Test to see if this works with Libre 2 or not... Before edit this was 4.75
+        static let filterTime: TimeInterval = 2.75 * 60 //Before edit this was 4.75
     }
 
     init(resolver: Resolver) {